home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00113_okPrefs.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  260 b   |  14 lines

  1. global gInitObject
  2.  
  3. on mouseDown
  4.   if buttonHandler() = 1 then
  5.     startBuffering()
  6.     savePrefs(gInitObject)
  7.     cursor(4)
  8.     puppetTransition(51, 1)
  9.     go(label("Loading") + 2)
  10.     flushBuffer()
  11.     set the mouseDownScript to "dontPassEvent"
  12.   end if
  13. end
  14.